func go/types.allNumeric
7 uses
go/types (current package)
expr.go#L66: token.ADD: allNumeric,
expr.go#L67: token.SUB: allNumeric,
expr.go#L736: token.SUB: allNumeric,
expr.go#L737: token.MUL: allNumeric,
expr.go#L738: token.QUO: allNumeric,
predicates.go#L51: func allNumeric(t Type) bool { return allBasic(t, IsNumeric) }
stmt.go#L502: if !allNumeric(x.typ) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)